You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
truecalc-core: 6.1.0 -> 7.0.0 (⚠ API breaking changes)
truecalc-workbook: 6.1.0 -> 7.0.0 (⚠ API breaking changes)
truecalc-mcp: 6.1.0 -> 7.0.0
⚠ truecalc-core breaking changes
--- failure enum_variant_added: enum variant added on exhaustive enum ---
Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron
Failed in:
variant Value:Sparkline in /tmp/.tmphRYj9E/core/crates/core/src/types/value.rs:42
variant Value:Sparkline in /tmp/.tmphRYj9E/core/crates/core/src/types/value.rs:42
variant Value:Sparkline in /tmp/.tmphRYj9E/core/crates/core/src/types/value.rs:42
⚠ truecalc-workbook breaking changes
--- failure enum_variant_added: enum variant added on exhaustive enum ---
Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_added.ron
Failed in:
variant Value:Sparkline in /tmp/.tmphRYj9E/core/crates/workbook/src/value.rs:73
✓ = 100% passing · ⚠ = known deviation · The ~79,424 total counts formula evaluations (each conformance row and each property case = 1). GitHub Checks reports 3,672 Rust test functions: 2,897 unit + 159 property functions (shown as cases above) + 616 conformance/integration.
hhimanshu
changed the title
chore: release v6.1.0
chore: release v7.0.0
Jul 28, 2026
✓ = 100% passing · ⚠ = known deviation · The ~79,424 total counts formula evaluations (each conformance row and each property case = 1). GitHub Checks reports 3,732 Rust test functions: 2,897 unit + 159 property functions (shown as cases above) + 676 conformance/integration.
✓ = 100% passing · ⚠ = known deviation · The ~79,424 total counts formula evaluations (each conformance row and each property case = 1). GitHub Checks reports 3,732 Rust test functions: 2,897 unit + 159 property functions (shown as cases above) + 676 conformance/integration.
✓ = 100% passing · ⚠ = known deviation · The ~79,424 total counts formula evaluations (each conformance row and each property case = 1). GitHub Checks reports 3,732 Rust test functions: 2,897 unit + 159 property functions (shown as cases above) + 676 conformance/integration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
truecalc-core: 6.1.0 -> 7.0.0 (⚠ API breaking changes)truecalc-workbook: 6.1.0 -> 7.0.0 (⚠ API breaking changes)truecalc-mcp: 6.1.0 -> 7.0.0⚠
truecalc-corebreaking changes⚠
truecalc-workbookbreaking changesChangelog
truecalc-coretruecalc-workbooktruecalc-mcpThis PR was generated with release-plz.